home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.esc;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class AWProgressBar$1 implements ActionListener {
- // $FF: synthetic field
- final AWProgressBar this$0;
-
- public void actionPerformed(ActionEvent var1) {
- String var2 = var1.getActionCommand();
- if (var2.equals("cancel")) {
- this.this$0.allowed = false;
- this.this$0.dispose();
- }
-
- }
-
- AWProgressBar$1(AWProgressBar var1) {
- this.this$0 = var1;
- }
- }
-